Exists(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Returns true if an entity with the specified key exists.

Syntax

public bool Exists(
	TKey key
)

Back to index